DelegateCommand implementation
Object Model
Syntax
'Declaration
Public Class DelegateCommand(Of )
Implements ICommand, IDelegateCommand
public class DelegateCommand<> : ICommand, IDelegateCommand
Type Parameters
Inheritance Hierarchy
System.Object
GrapeCity.Viewer.Common.DelegateCommand<TParm>
See Also